home *** CD-ROM | disk | FTP | other *** search
/ Ice Princess Press Kit / Ice Princess Press Kit.iso / pc / program.dxr / Internal_18_Back to Preview.ls < prev    next >
Encoding:
Text File  |  2005-03-02  |  572 b   |  23 lines

  1. on mouseWithin me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(0)
  7. end
  8.  
  9. on mouseUp me
  10.   cursor(0)
  11.   sound(3).play(member("Click"))
  12.   case the frameLabel of
  13.     "C01", "C02", "C03", "C04", "C05", "C06", "C07", "C08", "C09", "C10", "C11":
  14.       go("Preview_1A")
  15.     "C12", "C13", "C14", "C15", "C16", "C17", "C18", "C19", "C20", "C21", "C22":
  16.       go("Preview_2A")
  17.     "C23", "C24", "C25", "C26", "C27", "C28", "C29", "C30", "C31", "C32", "C33":
  18.       go("Preview_3A")
  19.     "C34", "C35", "C36", "C37", "C38", "C39", "C40", "C41", "C42":
  20.       go("Preview_4a")
  21.   end case
  22. end
  23.